﻿2026-07-29T11:54:20.0389411Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-29T11:54:20.0390037Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-29T11:54:20.0390279Z [36;1m$PIN = "0c95435"[0m
2026-07-29T11:54:20.0390538Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-29T11:54:20.0390829Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-29T11:54:20.0391199Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-29T11:54:20.0391629Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-29T11:54:20.0391957Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-29T11:54:20.0392242Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-29T11:54:20.0392586Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-29T11:54:20.0392864Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-29T11:54:20.0393162Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-29T11:54:20.0393424Z [36;1m}[0m
2026-07-29T11:54:20.0393616Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-29T11:54:20.0393899Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T11:54:20.0398069Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-29T11:54:20.0398357Z env:
2026-07-29T11:54:20.0398728Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30447985672-1-46b6f35982a24ee1927e807dbf6a21ac
2026-07-29T11:54:20.0399216Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30447985672-1-46b6f35982a24ee1927e807dbf6a21ac
2026-07-29T11:54:20.0399657Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30447985672-1-46b6f35982a24ee1927e807dbf6a21ac
2026-07-29T11:54:20.0399975Z ##[endgroup]
2026-07-29T11:54:22.9017253Z    Compiling proc-macro2 v1.0.106
2026-07-29T11:54:22.9017692Z    Compiling unicode-ident v1.0.24
2026-07-29T11:54:22.9017985Z    Compiling quote v1.0.45
2026-07-29T11:54:22.9018296Z    Compiling cfg-if v1.0.4
2026-07-29T11:54:22.9018613Z    Compiling serde_core v1.0.228
2026-07-29T11:54:22.9018897Z    Compiling serde v1.0.228
2026-07-29T11:54:22.9019200Z    Compiling windows-link v0.2.1
2026-07-29T11:54:22.9019530Z    Compiling typenum v1.20.1
2026-07-29T11:54:22.9019863Z    Compiling portable-atomic v1.13.1
2026-07-29T11:54:22.9020578Z    Compiling getrandom v0.3.4
2026-07-29T11:54:22.9020911Z    Compiling version_check v0.9.5
2026-07-29T11:54:22.9021992Z    Compiling pin-project-lite v0.2.17
2026-07-29T11:54:22.9022571Z    Compiling shlex v2.0.1
2026-07-29T11:54:22.9023407Z    Compiling find-msvc-tools v0.1.9
2026-07-29T11:54:22.9033054Z    Compiling memchr v2.8.1
2026-07-29T11:54:22.9033770Z    Compiling critical-section v1.2.0
2026-07-29T11:54:22.9781075Z    Compiling windows-sys v0.61.2
2026-07-29T11:54:22.9867768Z    Compiling subtle v2.6.1
2026-07-29T11:54:23.0445843Z    Compiling equivalent v1.0.2
2026-07-29T11:54:23.0744786Z    Compiling futures-core v0.3.32
2026-07-29T11:54:23.1207523Z    Compiling smallvec v1.15.1
2026-07-29T11:54:23.1784514Z    Compiling bytes v1.11.1
2026-07-29T11:54:23.2348955Z    Compiling itoa v1.0.18
2026-07-29T11:54:23.2401464Z    Compiling semver v1.0.28
2026-07-29T11:54:23.2625568Z    Compiling stable_deref_trait v1.2.1
2026-07-29T11:54:23.3672080Z    Compiling generic-array v0.14.7
2026-07-29T11:54:23.4110911Z    Compiling log v0.4.32
2026-07-29T11:54:23.4312773Z    Compiling rand_core v0.10.1
2026-07-29T11:54:23.4965057Z    Compiling futures-io v0.3.32
2026-07-29T11:54:23.6211283Z    Compiling rustc_version v0.4.1
2026-07-29T11:54:23.6838746Z    Compiling futures-sink v0.3.32
2026-07-29T11:54:23.7041254Z    Compiling slab v0.4.12
2026-07-29T11:54:23.8683458Z    Compiling hashbrown v0.17.1
2026-07-29T11:54:23.8950588Z    Compiling futures-channel v0.3.32
2026-07-29T11:54:23.9286691Z    Compiling rustversion v1.0.22
2026-07-29T11:54:23.9290492Z    Compiling futures-task v0.3.32
2026-07-29T11:54:23.9477558Z    Compiling getrandom v0.2.17
2026-07-29T11:54:23.9754829Z    Compiling getrandom v0.4.2
2026-07-29T11:54:24.0030180Z    Compiling cpufeatures v0.2.17
2026-07-29T11:54:24.0254547Z    Compiling fnv v1.0.7
2026-07-29T11:54:24.0953366Z    Compiling libc v0.2.186
2026-07-29T11:54:25.2039856Z    Compiling strsim v0.11.1
2026-07-29T11:54:25.2807056Z    Compiling cfg_aliases v0.2.1
2026-07-29T11:54:25.6084456Z    Compiling autocfg v1.5.1
2026-07-29T11:54:25.6279989Z    Compiling writeable v0.6.3
2026-07-29T11:54:25.6341803Z    Compiling litemap v0.8.2
2026-07-29T11:54:25.6462503Z    Compiling utf8_iter v1.0.4
2026-07-29T11:54:25.6698109Z    Compiling dunce v1.0.5
2026-07-29T11:54:25.7514881Z    Compiling icu_properties_data v2.2.0
2026-07-29T11:54:25.8431944Z    Compiling jobserver v0.1.34
2026-07-29T11:54:25.8814981Z    Compiling indexmap v2.14.0
2026-07-29T11:54:25.9118779Z    Compiling fs_extra v1.3.0
2026-07-29T11:54:25.9525152Z    Compiling ident_case v1.0.1
2026-07-29T11:54:25.9719104Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T11:54:26.0212689Z    Compiling percent-encoding v2.3.2
2026-07-29T11:54:26.0770469Z    Compiling cc v1.2.63
2026-07-29T11:54:26.2439058Z    Compiling crypto-common v0.1.7
2026-07-29T11:54:26.2485334Z    Compiling http v1.4.1
2026-07-29T11:54:26.2856501Z    Compiling thiserror v2.0.18
2026-07-29T11:54:26.3331965Z    Compiling unicode-segmentation v1.13.3
2026-07-29T11:54:26.4902459Z    Compiling cpufeatures v0.3.0
2026-07-29T11:54:26.5077391Z    Compiling aws-lc-rs v1.17.0
2026-07-29T11:54:26.6114332Z    Compiling syn v2.0.117
2026-07-29T11:54:26.6323144Z    Compiling scopeguard v1.2.0
2026-07-29T11:54:26.6500425Z    Compiling chacha20 v0.10.0
2026-07-29T11:54:26.6501030Z    Compiling form_urlencoded v1.2.2
2026-07-29T11:54:26.6989074Z    Compiling block-buffer v0.10.4
2026-07-29T11:54:26.7296282Z    Compiling untrusted v0.9.0
2026-07-29T11:54:26.8340429Z    Compiling bitflags v2.12.1
2026-07-29T11:54:26.8834563Z    Compiling winapi v0.3.9
2026-07-29T11:54:26.9094486Z    Compiling digest v0.10.7
2026-07-29T11:54:26.9583678Z    Compiling lock_api v0.4.14
2026-07-29T11:54:27.0023809Z    Compiling num-traits v0.2.19
2026-07-29T11:54:27.0207202Z    Compiling windows-result v0.4.1
2026-07-29T11:54:27.0601618Z    Compiling windows-strings v0.5.1
2026-07-29T11:54:27.1082985Z    Compiling cmake v0.1.58
2026-07-29T11:54:27.1914537Z    Compiling rand v0.10.1
2026-07-29T11:54:27.2341044Z    Compiling rustls v0.23.40
2026-07-29T11:54:27.2405840Z    Compiling heck v0.5.0
2026-07-29T11:54:27.3325246Z    Compiling convert_case v0.10.0
2026-07-29T11:54:27.3954992Z    Compiling anyhow v1.0.102
2026-07-29T11:54:27.5219247Z    Compiling const-oid v0.10.2
2026-07-29T11:54:27.7381847Z    Compiling atomic-waker v1.1.2
2026-07-29T11:54:27.7920604Z    Compiling unicode-xid v0.2.6
2026-07-29T11:54:27.8011315Z    Compiling zerocopy v0.8.50
2026-07-29T11:54:27.8178516Z    Compiling httparse v1.10.1
2026-07-29T11:54:27.8423834Z    Compiling parking_lot_core v0.9.12
2026-07-29T11:54:27.8476484Z    Compiling http-body v1.0.1
2026-07-29T11:54:27.8532983Z    Compiling curve25519-dalek v4.1.3
2026-07-29T11:54:27.9976828Z    Compiling hybrid-array v0.4.12
2026-07-29T11:54:28.0374036Z    Compiling ahash v0.8.12
2026-07-29T11:54:28.1322111Z    Compiling fastrand v2.4.1
2026-07-29T11:54:28.1426837Z    Compiling either v1.16.0
2026-07-29T11:54:28.1823797Z    Compiling aws-lc-sys v0.41.0
2026-07-29T11:54:28.1953565Z    Compiling ring v0.17.14
2026-07-29T11:54:28.6055873Z    Compiling powerfmt v0.2.0
2026-07-29T11:54:28.8107421Z    Compiling base64ct v1.8.3
2026-07-29T11:54:28.8517435Z    Compiling deranged v0.5.8
2026-07-29T11:54:28.8985868Z    Compiling uuid v1.23.2
2026-07-29T11:54:29.0845613Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T11:54:29.1708306Z    Compiling rand_core v0.6.4
2026-07-29T11:54:29.3955245Z    Compiling tinyvec_macros v0.1.1
2026-07-29T11:54:29.3956110Z    Compiling time-core v0.1.8
2026-07-29T11:54:29.4500548Z    Compiling try-lock v0.2.5
2026-07-29T11:54:29.4850086Z    Compiling socket2 v0.6.4
2026-07-29T11:54:29.4872453Z    Compiling mio v1.2.1
2026-07-29T11:54:29.6457090Z    Compiling pkg-config v0.3.33
2026-07-29T11:54:29.6861711Z    Compiling vcpkg v0.2.15
2026-07-29T11:54:29.7524673Z    Compiling num-conv v0.2.2
2026-07-29T11:54:29.7651754Z    Compiling data-encoding v2.11.0
2026-07-29T11:54:29.7862656Z    Compiling zmij v1.0.21
2026-07-29T11:54:29.9759467Z    Compiling base64 v0.22.1
2026-07-29T11:54:30.2438647Z    Compiling tower-service v0.3.3
2026-07-29T11:54:30.3962322Z    Compiling parking_lot v0.12.5
2026-07-29T11:54:30.4091790Z    Compiling want v0.3.1
2026-07-29T11:54:30.4449026Z    Compiling tinyvec v1.11.0
2026-07-29T11:54:30.6486753Z    Compiling block-buffer v0.12.0
2026-07-29T11:54:30.7103089Z    Compiling crypto-common v0.2.2
2026-07-29T11:54:30.7296339Z    Compiling vergen-lib v9.1.0
2026-07-29T11:54:30.7798484Z    Compiling sha2 v0.10.9
2026-07-29T11:54:30.8306574Z    Compiling inout v0.1.4
2026-07-29T11:54:30.8531208Z    Compiling n0-future v0.3.2
2026-07-29T11:54:30.9768977Z    Compiling serde_json v1.0.150
2026-07-29T11:54:31.0402019Z    Compiling crossbeam-utils v0.8.21
2026-07-29T11:54:31.0762136Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T11:54:31.0882363Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-29T11:54:31.1566481Z    Compiling parking v2.2.1
2026-07-29T11:54:31.1861028Z    Compiling synstructure v0.13.2
2026-07-29T11:54:31.2391687Z    Compiling darling_core v0.20.11
2026-07-29T11:54:31.2933411Z    Compiling signature v2.2.0
2026-07-29T11:54:31.3695239Z    Compiling winnow v1.0.3
2026-07-29T11:54:31.4638196Z    Compiling cordyceps v0.3.4
2026-07-29T11:54:31.4821710Z    Compiling diatomic-waker v0.2.3
2026-07-29T11:54:31.4976912Z    Compiling httpdate v1.0.3
2026-07-29T11:54:31.5447518Z    Compiling spin v0.10.0
2026-07-29T11:54:31.6744870Z    Compiling digest v0.11.3
2026-07-29T11:54:31.7242675Z    Compiling ed25519 v2.2.3
2026-07-29T11:54:31.7710159Z    Compiling futures-lite v2.6.1
2026-07-29T11:54:31.8141036Z    Compiling futures-buffered v0.2.13
2026-07-29T11:54:31.9362804Z    Compiling cipher v0.4.4
2026-07-29T11:54:31.9995068Z    Compiling vergen v9.1.0
2026-07-29T11:54:32.0283048Z    Compiling vergen-lib v0.1.6
2026-07-29T11:54:32.1138005Z    Compiling universal-hash v0.5.1
2026-07-29T11:54:32.1262143Z    Compiling noq-udp v0.10.0
2026-07-29T11:54:32.2321110Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T11:54:32.2775160Z    Compiling heapless v0.7.17
2026-07-29T11:54:32.3456172Z    Compiling sync_wrapper v1.0.2
2026-07-29T11:54:32.3804063Z    Compiling allocator-api2 v0.2.21
2026-07-29T11:54:32.4837443Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T11:54:32.4926371Z    Compiling byteorder v1.5.0
2026-07-29T11:54:32.5170389Z    Compiling opaque-debug v0.3.1
2026-07-29T11:54:32.6182297Z    Compiling polyval v0.6.2
2026-07-29T11:54:32.7631304Z    Compiling hash32 v0.2.1
2026-07-29T11:54:32.9159049Z    Compiling spin v0.9.8
2026-07-29T11:54:32.9323109Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T11:54:32.9677051Z    Compiling vergen-gitcl v1.0.8
2026-07-29T11:54:32.9895119Z    Compiling windows-threading v0.2.1
2026-07-29T11:54:33.0525846Z    Compiling tower-layer v0.3.3
2026-07-29T11:54:33.0712735Z    Compiling signature v3.0.0
2026-07-29T11:54:33.1025822Z    Compiling ryu v1.0.23
2026-07-29T11:54:33.1944839Z    Compiling fallible-iterator v0.3.0
2026-07-29T11:54:33.2383188Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T11:54:33.2583635Z    Compiling windows-targets v0.52.6
2026-07-29T11:54:33.3107385Z    Compiling ghash v0.5.1
2026-07-29T11:54:33.3508848Z    Compiling ctr v0.9.2
2026-07-29T11:54:33.4373651Z    Compiling aes v0.8.4
2026-07-29T11:54:33.4465483Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T11:54:33.5021013Z    Compiling fs2 v0.4.3
2026-07-29T11:54:33.5109070Z    Compiling time v0.3.47
2026-07-29T11:54:33.5953792Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T11:54:33.6282739Z    Compiling http-body-util v0.1.3
2026-07-29T11:54:33.6577045Z    Compiling aead v0.5.2
2026-07-29T11:54:33.7633506Z    Compiling widestring v1.2.1
2026-07-29T11:54:33.8913958Z    Compiling utf8parse v0.2.2
2026-07-29T11:54:33.9536859Z    Compiling ipconfig v0.3.4
2026-07-29T11:54:34.0572487Z    Compiling arrayvec v0.7.6
2026-07-29T11:54:34.0825280Z    Compiling aes-gcm v0.10.3
2026-07-29T11:54:34.0894569Z    Compiling windows-sys v0.59.0
2026-07-29T11:54:34.2430801Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T11:54:34.2698984Z    Compiling crossbeam-channel v0.5.15
2026-07-29T11:54:34.2786749Z    Compiling blake3 v1.8.5
2026-07-29T11:54:34.3180973Z    Compiling windows-registry v0.6.1
2026-07-29T11:54:34.3310268Z    Compiling serde_derive v1.0.228
2026-07-29T11:54:34.3363047Z    Compiling zeroize_derive v1.4.3
2026-07-29T11:54:34.5571964Z    Compiling zerofrom-derive v0.1.7
2026-07-29T11:54:34.6726391Z    Compiling yoke-derive v0.8.2
2026-07-29T11:54:34.7249254Z    Compiling tokio-macros v2.7.0
2026-07-29T11:54:34.7831936Z    Compiling futures-macro v0.3.32
2026-07-29T11:54:34.7860477Z    Compiling zerovec-derive v0.11.3
2026-07-29T11:54:34.8140187Z    Compiling displaydoc v0.2.6
2026-07-29T11:54:34.9057207Z    Compiling tracing-attributes v0.1.31
2026-07-29T11:54:35.0517009Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T11:54:35.0686946Z    Compiling thiserror-impl v2.0.18
2026-07-29T11:54:35.1957022Z    Compiling zeroize v1.8.2
2026-07-29T11:54:35.4891672Z    Compiling darling_macro v0.20.11
2026-07-29T11:54:35.6304574Z    Compiling rustls-pki-types v1.14.1
2026-07-29T11:54:35.7038012Z    Compiling derive_more-impl v2.1.1
2026-07-29T11:54:35.8073823Z    Compiling tokio v1.52.3
2026-07-29T11:54:35.8536199Z    Compiling futures-util v0.3.32
2026-07-29T11:54:35.8699665Z    Compiling windows-implement v0.60.2
2026-07-29T11:54:35.8769200Z    Compiling spez v0.1.2
2026-07-29T11:54:36.0470323Z    Compiling darling v0.20.11
2026-07-29T11:54:36.3297765Z    Compiling derive_builder_core v0.20.2
2026-07-29T11:54:36.6185330Z    Compiling n0-error-macros v0.1.3
2026-07-29T11:54:36.6450790Z    Compiling windows-interface v0.59.3
2026-07-29T11:54:36.7495544Z    Compiling der v0.8.0-rc.10
2026-07-29T11:54:36.7988163Z    Compiling zerofrom v0.1.8
2026-07-29T11:54:36.8376062Z    Compiling pin-project-internal v1.1.13
2026-07-29T11:54:37.1532631Z    Compiling yoke v0.8.3
2026-07-29T11:54:37.1835981Z    Compiling proc-macro-crate v3.5.0
2026-07-29T11:54:37.5342708Z    Compiling zerovec v0.11.6
2026-07-29T11:54:37.5893832Z    Compiling zerotrie v0.2.4
2026-07-29T11:54:37.6742918Z    Compiling cobs v0.3.0
2026-07-29T11:54:37.7161899Z    Compiling derive_builder_macro v0.20.2
2026-07-29T11:54:37.7756243Z    Compiling windows-core v0.62.2
2026-07-29T11:54:38.0419457Z    Compiling spki v0.8.0-rc.4
2026-07-29T11:54:38.1360704Z    Compiling ed25519-dalek v2.2.0
2026-07-29T11:54:38.2674067Z    Compiling tinystr v0.8.3
2026-07-29T11:54:38.3163261Z    Compiling potential_utf v0.1.5
2026-07-29T11:54:38.3754736Z    Compiling n0-error v0.1.3
2026-07-29T11:54:38.4008078Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T11:54:38.5461641Z    Compiling icu_locale_core v2.2.0
2026-07-29T11:54:38.5689059Z    Compiling icu_collections v2.2.0
2026-07-29T11:54:38.5690744Z    Compiling derive_builder v0.20.2
2026-07-29T11:54:38.5988872Z    Compiling pin-project v1.1.13
2026-07-29T11:54:38.6043377Z    Compiling windows-future v0.3.2
2026-07-29T11:54:38.6449035Z    Compiling windows-numerics v0.3.1
2026-07-29T11:54:38.7787161Z    Compiling windows-collections v0.3.2
2026-07-29T11:54:38.8612835Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-29T11:54:38.8645878Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T11:54:38.9701749Z    Compiling postcard-derive v0.2.2
2026-07-29T11:54:39.0487463Z    Compiling futures-executor v0.3.32
2026-07-29T11:54:39.1054664Z    Compiling num_enum_derive v0.7.6
2026-07-29T11:54:39.4289255Z    Compiling futures v0.3.32
2026-07-29T11:54:39.4339945Z    Compiling windows v0.62.2
2026-07-29T11:54:39.4470673Z    Compiling enum-assoc v1.3.0
2026-07-29T11:54:39.4566826Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T11:54:39.5316359Z    Compiling async-trait v0.1.89
2026-07-29T11:54:39.5419150Z    Compiling strum_macros v0.28.0
2026-07-29T11:54:39.5501047Z    Compiling icu_provider v2.2.0
2026-07-29T11:54:39.6549198Z    Compiling data-encoding-macro v0.1.20
2026-07-29T11:54:39.8844381Z    Compiling memoffset v0.6.5
2026-07-29T11:54:40.0764044Z    Compiling icu_normalizer v2.2.0
2026-07-29T11:54:40.3336105Z    Compiling tokio-util v0.7.18
2026-07-29T11:54:40.3675263Z    Compiling icu_properties v2.2.0
2026-07-29T11:54:40.8317112Z    Compiling once_cell v1.21.4
2026-07-29T11:54:40.9003335Z    Compiling ipnet v2.12.0
2026-07-29T11:54:41.0346520Z    Compiling tracing-core v0.1.36
2026-07-29T11:54:41.1229610Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T11:54:41.1276002Z    Compiling tower v0.5.3
2026-07-29T11:54:41.1276915Z    Compiling chrono v0.4.45
2026-07-29T11:54:41.1694998Z    Compiling derive_more v2.1.1
2026-07-29T11:54:41.2113107Z    Compiling noq v0.18.0
2026-07-29T11:54:41.8297770Z    Compiling tracing v0.1.44
2026-07-29T11:54:41.8645026Z    Compiling idna_adapter v1.2.2
2026-07-29T11:54:41.9019174Z    Compiling hashbrown v0.14.5
2026-07-29T11:54:41.9805954Z    Compiling prefix-trie v0.8.4
2026-07-29T11:54:42.0188040Z    Compiling postcard v1.1.3
2026-07-29T11:54:42.1577538Z    Compiling idna v1.1.0
2026-07-29T11:54:42.2090089Z    Compiling netwatch v0.16.0
2026-07-29T11:54:42.2295349Z    Compiling acto v0.8.2
2026-07-29T11:54:42.2394019Z    Compiling identity-hash v0.1.0
2026-07-29T11:54:42.2713110Z    Compiling h2 v0.4.14
2026-07-29T11:54:42.4224888Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T11:54:42.4934276Z    Compiling xml-rs v0.8.28
2026-07-29T11:54:42.5367497Z    Compiling foldhash v0.2.0
2026-07-29T11:54:42.6699066Z    Compiling url v2.5.8
2026-07-29T11:54:42.6706894Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T11:54:42.8412449Z    Compiling hashlink v0.9.1
2026-07-29T11:54:42.8416462Z    Compiling tagptr v0.2.0
2026-07-29T11:54:42.8416727Z    Compiling rustc-hash v2.1.2
2026-07-29T11:54:42.9269955Z    Compiling ref-cast v1.0.25
2026-07-29T11:54:42.9511809Z    Compiling mac-addr v0.3.0
2026-07-29T11:54:42.9537998Z    Compiling lru-slab v0.1.2
2026-07-29T11:54:43.1730373Z    Compiling thiserror v1.0.69
2026-07-29T11:54:43.2066471Z    Compiling netdev v0.42.0
2026-07-29T11:54:43.2066839Z    Compiling moka v0.12.15
2026-07-29T11:54:43.2115040Z    Compiling xmltree v0.10.3
2026-07-29T11:54:43.3543662Z    Compiling rusqlite v0.32.1
2026-07-29T11:54:43.5013980Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T11:54:43.5534081Z    Compiling tower-http v0.6.11
2026-07-29T11:54:43.5687110Z    Compiling attohttpc v0.30.1
2026-07-29T11:54:43.7541727Z    Compiling iroh-base v0.98.0
2026-07-29T11:54:43.9836172Z    Compiling hashbrown v0.16.1
2026-07-29T11:54:44.1599212Z    Compiling iroh-metrics v0.38.3
2026-07-29T11:54:44.1889856Z    Compiling n0-watcher v0.6.1
2026-07-29T11:54:44.1890365Z    Compiling strum v0.28.0
2026-07-29T11:54:44.4340083Z    Compiling num_enum v0.7.6
2026-07-29T11:54:44.4823567Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-29T11:54:44.8243486Z    Compiling tokio-stream v0.1.18
2026-07-29T11:54:45.1182011Z    Compiling iroh-relay v0.98.0
2026-07-29T11:54:45.1182662Z    Compiling toml_datetime v0.6.11
2026-07-29T11:54:45.1738423Z    Compiling serde_spanned v0.6.9
2026-07-29T11:54:45.6237078Z    Compiling thiserror-impl v1.0.69
2026-07-29T11:54:45.7531921Z    Compiling ref-cast-impl v1.0.25
2026-07-29T11:54:45.7731692Z    Compiling serde_derive_internals v0.29.1
2026-07-29T11:54:45.8204125Z    Compiling simple-dns v0.9.3
2026-07-29T11:54:45.9557440Z    Compiling serial-core v0.4.0
2026-07-29T11:54:46.0281883Z    Compiling aho-corasick v1.1.4
2026-07-29T11:54:46.2163964Z    Compiling winreg v0.10.1
2026-07-29T11:54:46.3339113Z    Compiling constant_time_eq v0.4.2
2026-07-29T11:54:46.3831261Z    Compiling simdutf8 v0.1.5
2026-07-29T11:54:46.5498408Z    Compiling arrayref v0.3.9
2026-07-29T11:54:46.5862263Z    Compiling regex-syntax v0.8.10
2026-07-29T11:54:46.6495647Z    Compiling resolv-conf v0.7.6
2026-07-29T11:54:46.6855290Z    Compiling sha1_smol v1.0.1
2026-07-29T11:54:46.8351674Z    Compiling toml_write v0.1.2
2026-07-29T11:54:46.8646937Z    Compiling winnow v0.7.15
2026-07-29T11:54:46.8853256Z    Compiling smol_str v0.1.24
2026-07-29T11:54:46.9763882Z    Compiling iroh-dns v0.98.0
2026-07-29T11:54:47.1376818Z    Compiling hyper v1.10.1
2026-07-29T11:54:47.2514705Z    Compiling schemars_derive v1.2.1
2026-07-29T11:54:47.7096621Z    Compiling serial-windows v0.4.0
2026-07-29T11:54:47.9737352Z    Compiling lru v0.16.4
2026-07-29T11:54:48.2204584Z    Compiling webpki-roots v1.0.7
2026-07-29T11:54:48.5570811Z    Compiling hyper-util v0.1.20
2026-07-29T11:54:48.5795597Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-29T11:54:48.7779651Z    Compiling regex-automata v0.4.14
2026-07-29T11:54:48.8667653Z    Compiling toml_edit v0.22.27
2026-07-29T11:54:49.2270078Z    Compiling darling_core v0.23.0
2026-07-29T11:54:49.2691283Z    Compiling seize v0.5.1
2026-07-29T11:54:49.3248882Z    Compiling serde_bytes v0.11.19
2026-07-29T11:54:49.3821547Z    Compiling hmac v0.12.1
2026-07-29T11:54:49.4453058Z    Compiling iroh v0.98.2
2026-07-29T11:54:49.4628397Z    Compiling anstyle v1.0.14
2026-07-29T11:54:49.4750046Z    Compiling dyn-clone v1.0.20
2026-07-29T11:54:50.2541162Z    Compiling wmi v0.18.4
2026-07-29T11:54:50.3054251Z    Compiling lazy_static v1.5.0
2026-07-29T11:54:50.3499116Z    Compiling bitflags v1.3.2
2026-07-29T11:54:50.4656532Z    Compiling pin-utils v0.1.0
2026-07-29T11:54:50.4976313Z    Compiling once_cell_polyfill v1.70.2
2026-07-29T11:54:50.5169696Z    Compiling cmov v0.5.4
2026-07-29T11:54:50.5752722Z    Compiling nix v0.25.1
2026-07-29T11:54:50.5880491Z    Compiling shared_library v0.1.9
2026-07-29T11:54:50.6063215Z    Compiling papaya v0.2.4
2026-07-29T11:54:50.6379181Z    Compiling anstyle-wincon v3.0.11
2026-07-29T11:54:50.6861036Z    Compiling schemars v1.2.1
2026-07-29T11:54:50.7116015Z    Compiling hkdf v0.12.4
2026-07-29T11:54:50.9371000Z    Compiling igd-next v0.17.1
2026-07-29T11:54:50.9952529Z    Compiling ctutils v0.4.2
2026-07-29T11:54:51.0365628Z    Compiling serial v0.4.0
2026-07-29T11:54:51.0366031Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T11:54:51.0509877Z    Compiling filedescriptor v0.8.3
2026-07-29T11:54:51.5032043Z    Compiling backon v1.6.0
2026-07-29T11:54:51.5916204Z    Compiling anstyle-parse v1.0.0
2026-07-29T11:54:51.9126964Z    Compiling anstyle-query v1.1.5
2026-07-29T11:54:51.9436770Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T11:54:52.5822540Z    Compiling regex v1.12.3
2026-07-29T11:54:52.5910176Z    Compiling toml v0.8.23
2026-07-29T11:54:52.7062231Z    Compiling portmapper v0.16.0
2026-07-29T11:54:52.9963274Z    Compiling paste v1.0.15
2026-07-29T11:54:53.0518743Z    Compiling colorchoice v1.0.5
2026-07-29T11:54:53.3255030Z    Compiling foldhash v0.1.5
2026-07-29T11:54:53.4150614Z    Compiling instability v0.3.12
2026-07-29T11:54:53.4558659Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T11:54:53.5822114Z    Compiling unicode-width v0.2.0
2026-07-29T11:54:53.6119853Z    Compiling downcast-rs v1.2.1
2026-07-29T11:54:53.6270490Z    Compiling shell-words v1.1.1
2026-07-29T11:54:53.7404236Z    Compiling portable-pty v0.8.1
2026-07-29T11:54:53.8313054Z    Compiling anstream v1.0.0
2026-07-29T11:54:53.9304684Z    Compiling hashbrown v0.15.5
2026-07-29T11:54:53.9450751Z    Compiling vte v0.13.1
2026-07-29T11:54:54.0918540Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-29T11:54:54.2738167Z    Compiling spake2 v0.4.0
2026-07-29T11:54:54.4684968Z    Compiling darling_macro v0.23.0
2026-07-29T11:54:54.5491424Z    Compiling strum_macros v0.26.4
2026-07-29T11:54:54.5574335Z    Compiling crossterm_winapi v0.9.1
2026-07-29T11:54:54.6638926Z    Compiling terminal_size v0.4.4
2026-07-29T11:54:54.6764971Z    Compiling itertools v0.13.0
2026-07-29T11:54:54.8357180Z    Compiling castaway v0.2.4
2026-07-29T11:54:54.9505263Z    Compiling sha1 v0.10.6
2026-07-29T11:54:54.9591778Z    Compiling unicode-width v0.1.14
2026-07-29T11:54:55.0643238Z    Compiling static_assertions v1.1.0
2026-07-29T11:54:55.0774589Z    Compiling darling v0.23.0
2026-07-29T11:54:55.2182092Z    Compiling indoc v2.0.7
2026-07-29T11:54:55.2309985Z    Compiling doctest-file v1.1.1
2026-07-29T11:54:55.2401709Z    Compiling clap_lex v1.1.0
2026-07-29T11:54:55.3133982Z    Compiling recvmsg v1.0.0
2026-07-29T11:54:55.3559364Z    Compiling compact_str v0.8.2
2026-07-29T11:54:55.4852605Z    Compiling clap_builder v4.6.0
2026-07-29T11:54:55.5697788Z    Compiling crossterm v0.28.1
2026-07-29T11:54:55.6873547Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-29T11:54:56.2620711Z    Compiling unicode-truncate v1.1.0
2026-07-29T11:54:56.2988013Z    Compiling lru v0.12.5
2026-07-29T11:54:56.3225770Z    Compiling interprocess v2.4.2
2026-07-29T11:54:56.4407150Z    Compiling clap_derive v4.6.1
2026-07-29T11:54:56.5308004Z    Compiling error-code v3.3.2
2026-07-29T11:54:56.7219332Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-29T11:54:56.8224580Z    Compiling cassowary v0.3.0
2026-07-29T11:54:57.0666185Z    Compiling clipboard-win v5.4.1
2026-07-29T11:54:57.2168414Z    Compiling nucleo-matcher v0.3.1
2026-07-29T11:54:57.2886622Z    Compiling strum v0.26.3
2026-07-29T11:54:57.3369383Z    Compiling qrcode v0.14.1
2026-07-29T11:54:57.4450270Z    Compiling ratatui v0.29.0
2026-07-29T11:54:57.6288542Z    Compiling tempfile v3.27.0
2026-07-29T11:54:58.9754330Z    Compiling clap v4.6.1
2026-07-29T11:55:11.3135832Z    Compiling rustls-webpki v0.103.13
2026-07-29T11:55:13.7766494Z    Compiling tokio-rustls v0.26.4
2026-07-29T11:55:13.7766852Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T11:55:13.7767111Z    Compiling noq-proto v0.17.0
2026-07-29T11:55:14.0341107Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T11:55:14.0342712Z    Compiling hyper-rustls v0.27.9
2026-07-29T11:55:14.0343701Z    Compiling tokio-websockets v0.13.2
2026-07-29T11:55:14.1884729Z    Compiling reqwest v0.13.4
2026-07-29T11:55:15.1827985Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T11:55:34.0107343Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-29T11:55:35.5612749Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-29T11:55:49.6139490Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-29T11:55:59.1906135Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 38s
2026-07-29T11:55:59.2140460Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-4e7b86f0c3b9a150.exe)
2026-07-29T11:55:59.2933544Z 
2026-07-29T11:55:59.2933840Z running 1 test
2026-07-29T11:56:08.9358414Z test new_brain_serves_against_old_broker ... ok
2026-07-29T11:56:08.9359662Z 
2026-07-29T11:56:08.9360476Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.64s
2026-07-29T11:56:08.9361095Z 
